home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Apple Demos
/
Training
/
HyperCard 2.0 Training
/
•HC 2.0-4
/
card_3690.txt
< prev
next >
Wrap
Text File
|
1990-04-06
|
3KB
|
167 lines
-- card: 3690 from stack: in.0-4
-- bmap block id: 9402
-- flags: 0000
-- background id: 8040
-- name: Ex 2.3
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=27 top=50 right=337 bottom=201
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name:
-- part 2 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=52 top=146 right=168 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Card layer
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the stack script.
on mouseUp
hide cd fld "feedback"
HiliteRadio
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=51 top=190 right=212 bottom=193
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Background layer
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the stack script.
on mouseUp
hide cd fld "feedback"
HiliteRadio
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=29 top=252 right=270 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Done
----- HyperTalk script -----
-- The "checkOneRight" handler is in the stack script. The "cd"
-- argument indicates that this cd requires feedback in a cd fld.
on mouseUp
checkOneRight cd
end mouseUp
-- part 8 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=27 top=274 right=331 bottom=344
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: feedback
----- HyperTalk script -----
on mouseUp
put empty into me
hide me
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=91 top=252 right=270 bottom=212
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer.
on mouseUp
hideFeedback
dehiliteBtns
set hilite of btn 2 to true
wait 25
repeat 2
set hilite of btn 2 to false
wait 25
set hilite of btn 2 to true
wait 25
end repeat
ans 3,cd
end mouseUp
-- part contents for background part 9
----- text -----
3 of 8
-- part contents for card part 1
----- text -----
Here are two cards from the same stack.
The “CUSTOMER” field
is probably in the
or the
of these cards.
-- part contents for background part 19
----- text -----
No, the field is in the background layer, since it’s visible on both cards. If it were in the card layer, you would only see it on one card.
Correct. The field is in the background layer, since you see it on both cards.
This is the correct answer. The field is in the background layer, since you see it on both cards.
-- part contents for background part 20
----- text -----
3